DX11 SET SAMPLER STATE FILTER

Sets the filter mode used by the given sampler state.
Valid filter values map directly to the D3D11_FILTER enumeration you can find described on MSDN.

  Syntax
DX11 SET SAMPLER STATE FILTER samplerState, filter
  Parameters
samplerState
Dword
The sampler state to set the filter of.
filter
Dword
The filter mode to set of the given sampler state.

  Returns

This function does not return a value.

  See also

SAMPLERSTATE Functions Menu
DX11 Function Categories